Add tail_call_interp to the bench configuration file#465
Merged
Fidget-Spinner merged 4 commits intopython:mainfrom Apr 7, 2026
Merged
Add tail_call_interp to the bench configuration file#465Fidget-Spinner merged 4 commits intopython:mainfrom
tail_call_interp to the bench configuration file#465Fidget-Spinner merged 4 commits intopython:mainfrom
Conversation
Contributor
Author
|
@Fidget-Spinner Voilà: https://gist.github.com/maurycy/43c551e060022b0febe129358fa6bbed The command: CC=clang-19 CXX=clang++-19 /home/maurycy/pyperformance/.venv/bin/python /home/maurycy/pyperformance/dev.py compile /tmp/tail.conf mainThe line inside the log: and: For: --- /home/maurycy/pyperformance/doc/benchmark.conf.sample 2026-04-07 11:19:11.562370995 +0000
+++ tail.conf 2026-04-07 13:24:59.687990336 +0000
@@ -13,7 +13,7 @@
[scm]
# Directory of CPython source code (Git repository)
-repo_dir = ~/cpython
+repo_dir = ~/cpython-main
# Update the Git repository (git fetch)?
update = True
@@ -52,7 +52,7 @@
jit = no
# Tail-calling interpreter?
-tail_call_interp = False
+tail_call_interp = True
# The space-separated list of libraries that are package-only,
# i.e., locally installed but not on header and library paths.
@@ -82,13 +82,13 @@
[run_benchmark]
# Run "sudo python3 -m pyperf system tune" before running benchmarks?
-system_tune = True
+system_tune = False
# --manifest option for 'pyperformance run'
manifest =
# --benchmarks option for 'pyperformance run'
-benchmarks =
+benchmarks = json_dumps
# --affinity option for 'pyperf system tune' and 'pyperformance run'
affinity = |
Fidget-Spinner
approved these changes
Apr 7, 2026
Member
Fidget-Spinner
left a comment
There was a problem hiding this comment.
Wow, excellent! Thanks for adding tests as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #463